home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 11 / AMUG BBS in a Box Volume XI (April 1994) (MacWizards).iso / Files / Prog / T / ToolsPlus 2.1.sit / Tools Plus 2.1 ƒ / Tools Plus 2.1 (C & Pascal) / User Manual / 17-Font Heights < prev    next >
Encoding:
Text File  |  1993-10-24  |  1.6 KB  |  32 lines  |  [TEXT/ttxt]

  1. 17  Font Heights
  2. ````````````````
  3.  
  4. The following is a list of font heights (in pixels) for some of the Macintosh’s most popular fonts.  A font’s height for any font can be determined by calling GetFontInfo and adding Ascent + Descent + Leading.  Please note that these numbers are for reference purposes only.
  5.  
  6.  
  7.        Font Name      9   10   12   14   16   18   20   24   36 pts
  8.        ````````````` ``   ``   ``   ``   ``   ``   ``   ``   ``
  9.        Athens                                 23
  10.        Cairo                                  26
  11.        Chicago                 16
  12.        Courier       11   12   12   15        18        23
  13.        Geneva        12   13   16   19        23   24   29
  14.        Helvetica     11   12   14             18        25
  15.        London                                 23
  16.        Los Angeles             16                       29
  17.        Monaco        11        16
  18.        New York      12   12   16   19        23   24   29   40
  19.        San Francisco                          23
  20.        Times         11   12   12   15        19        24
  21.        Venice                       19
  22.  
  23.  
  24. Note: Font heights can vary depending on whose fonts you use.  With bit-
  25.       mapped, TrueType and PostScript fonts being available, as well as
  26.       the proliferation of suppliers, it is possible that one
  27.       Macintosh’s Helvetica 12pt may have a different height than
  28.       another’s.
  29.         It’s a good habit to rely on the Macintosh’s core set of fonts:
  30.       Chicago 12pt, Geneva 9pt, and Monaco 9pt wherever possible.
  31.       Always check that a font exists before using it!
  32.